runtime.scavengeIndex.free (method)
7 uses
	runtime (current package)
		mgcscavenge.go#L1147: func (s *scavengeIndex) free(ci chunkIdx, page, npages uint) {
		mpagealloc.go#L947: 		p.scav.index.free(i, pi, 1)
		mpagealloc.go#L956: 			p.scav.index.free(sc, si, ei+1-si)
		mpagealloc.go#L960: 			p.scav.index.free(sc, si, pallocChunkPages-si)
		mpagealloc.go#L963: 				p.scav.index.free(c, 0, pallocChunkPages)
		mpagealloc.go#L966: 			p.scav.index.free(ec, 0, ei+1)
		mpagecache.go#L94: 			p.scav.index.free(ci, pi+i, 1)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |